.mappa {
    border: 2px solid #3A539B;
    margin-bottom: 0;
}

/* In style.less
.search-by {
        background: #3A539B;
        margin-bottom: 0
}

.search-by .lead {
        margin: 0 0 5px 0;
        padding: 0;
        font-size: 14px;
        color: #f5f5f5;
        font-weight: 200;
}

.search-by .club {
        padding-top: 30px;
        padding-bottom: 30px;
        background: #3A539B;
}
.search-by .date {
        padding-top: 30px;
        padding-bottom: 30px;
        background: #3A539B;
}
.search-by .date input {
        height: 23px;
}
*/

.categories {
    background: #4B77BE;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px
}
.categories a {
    color: inherit;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 10px;
}

.single-event .event-cover {
    width: 100%;
    /*height: 250px;*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.single-event h4 {
    border-top: 1px solid #000;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-top: 20px;
}

.single-event .info-row {
    display: block;
}
.single-event .info-avatar {
    height: 45px;
    width: 45px;
}

.single-event .photogallery {
    overflow: hidden;
}
.single-event .photogallery .photo-frame {
    width: 25%;
    height: 120px;
    float: left;
    position: relative;
    margin-bottom: 4px;
}
.single-event .photogallery .photo-frame .photo {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 2px; right: 2px;
    top: 2px; bottom: 2px;
}



.single-event .photogalleries .single-photo {
    width: 49%;
    margin: 2px;
    float: left;
    height: 250px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
}

.single-event .photogalleries .single-photo:hover .info {
    opacity: 1;
}

.single-event .photogalleries .single-photo .info {
    position: absolute;
    bottom:5%;
    padding: 0 10px;
    text-align: center;
    width:100%;
    opacity: 0.8;
}

.single-event .photogalleries .single-photo .tags{
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #fff;
}

.single-event .photogalleries .single-photo h1{
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    margin-top: 0;
    color:#fff;
}

.single-event .photogalleries .single-photo .details,
.single-event .photogalleries .single-photo .text{
    display: none;
}

.single-event .photogalleries .single-photo .overlay {
    position: absolute;
    top: 30%;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
}